Load more items into the collection.
シンタックス
'宣言
Public Function LoadMoreItemsAsync( _
ByVal As System.Guid, _
ByVal As System.Nullable(Of Integer) _
) As System.Threading.Tasks.Task(Of Boolean)
public System.Threading.Tasks.Task<bool> LoadMoreItemsAsync(
System.Guid ,
System.Nullable<int>
)
パラメータ
- eTag
- The token that determines whether the calling collection is syncrhonized.
- count
- The desired number of items to be added.
参照